常用函数-get_author_template()
说明
检索当前模板或父模板的作者模板路径。
用法
<?php get_author_template() ?>
参数
无
返回的值
(字符串)
返回 get_query_template('author')的结果。
示例
注释
修改记录
自1.5.0版本后
源文件
get_author_template()位于 wp-includes/theme.php中。
相关资源
分类:中文手册
检索当前模板或父模板的作者模板路径。
<?php get_author_template() ?>
无
(字符串)
返回 get_query_template('author')的结果。
自1.5.0版本后
get_author_template()位于 wp-includes/theme.php中。
分类:中文手册
* 版权声明:作者WordPress啦! 转载请注明出处。